[INFO] cloning repository https://github.com/russellromney/bouncer
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/russellromney/bouncer" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Frussellromney%2Fbouncer", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Frussellromney%2Fbouncer'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 1188e11fac266a5c355032c628ed3036ee6ec24f
[INFO] testing russellromney/bouncer against try#28f95933dc0727396c07b48d0a8cb5211b7fb472 for pr-154065-2
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Frussellromney%2Fbouncer" "/workspace/builds/worker-7-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-7-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/russellromney/bouncer
[INFO] finished tweaking git repo https://github.com/russellromney/bouncer
[INFO] tweaked toml for git repo https://github.com/russellromney/bouncer written to /workspace/builds/worker-7-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/russellromney/bouncer on toolchain 28f95933dc0727396c07b48d0a8cb5211b7fb472
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+28f95933dc0727396c07b48d0a8cb5211b7fb472" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/russellromney/bouncer already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+28f95933dc0727396c07b48d0a8cb5211b7fb472" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+28f95933dc0727396c07b48d0a8cb5211b7fb472" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] b2a092d7fc99237d772192ced77f2952488041b4ce69f1f2bc8a634878bd411d
[INFO] running `Command { std: "docker" "start" "-a" "b2a092d7fc99237d772192ced77f2952488041b4ce69f1f2bc8a634878bd411d", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "b2a092d7fc99237d772192ced77f2952488041b4ce69f1f2bc8a634878bd411d", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "b2a092d7fc99237d772192ced77f2952488041b4ce69f1f2bc8a634878bd411d", kill_on_drop: false }`
[INFO] [stdout] b2a092d7fc99237d772192ced77f2952488041b4ce69f1f2bc8a634878bd411d
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+28f95933dc0727396c07b48d0a8cb5211b7fb472" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 3de0caf51e396bdf9b3450b61e1e8b9d7dfc62a77c659483fee93eda796961f9
[INFO] running `Command { std: "docker" "start" "-a" "3de0caf51e396bdf9b3450b61e1e8b9d7dfc62a77c659483fee93eda796961f9", kill_on_drop: false }`
[INFO] [stderr]    Compiling fallible-iterator v0.3.0
[INFO] [stderr]    Compiling fallible-streaming-iterator v0.1.9
[INFO] [stderr]    Compiling bitflags v2.11.1
[INFO] [stderr]    Compiling libsqlite3-sys v0.37.0
[INFO] [stderr]    Compiling hashbrown v0.16.1
[INFO] [stderr]    Compiling syn v2.0.117
[INFO] [stderr]    Compiling hashlink v0.11.0
[INFO] [stderr]    Compiling rusqlite v0.39.0
[INFO] [stderr]    Compiling thiserror-impl v2.0.18
[INFO] [stderr]    Compiling thiserror v2.0.18
[INFO] [stderr]    Compiling litelease-core v0.1.0 (/opt/rustwide/workdir/litelease-core)
[INFO] [stderr]    Compiling litelease v0.1.0 (/opt/rustwide/workdir/packages/litelease)
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.87s
[INFO] running `Command { std: "docker" "inspect" "3de0caf51e396bdf9b3450b61e1e8b9d7dfc62a77c659483fee93eda796961f9", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "3de0caf51e396bdf9b3450b61e1e8b9d7dfc62a77c659483fee93eda796961f9", kill_on_drop: false }`
[INFO] [stdout] 3de0caf51e396bdf9b3450b61e1e8b9d7dfc62a77c659483fee93eda796961f9
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+28f95933dc0727396c07b48d0a8cb5211b7fb472" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] e81f24cb88f725d8e09ad89289cd9611a27520403444ee573a3a6298609d9751
[INFO] running `Command { std: "docker" "start" "-a" "e81f24cb88f725d8e09ad89289cd9611a27520403444ee573a3a6298609d9751", kill_on_drop: false }`
[INFO] [stderr]    Compiling cc v1.2.61
[INFO] [stderr]    Compiling libc v0.2.186
[INFO] [stderr]    Compiling rustix v1.1.4
[INFO] [stderr]    Compiling libsqlite3-sys v0.37.0
[INFO] [stderr]    Compiling getrandom v0.4.2
[INFO] [stderr]    Compiling tempfile v3.27.0
[INFO] [stderr]    Compiling rusqlite v0.39.0
[INFO] [stderr]    Compiling litelease-core v0.1.0 (/opt/rustwide/workdir/litelease-core)
[INFO] [stderr]    Compiling litelease v0.1.0 (/opt/rustwide/workdir/packages/litelease)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 19.45s
[INFO] running `Command { std: "docker" "inspect" "e81f24cb88f725d8e09ad89289cd9611a27520403444ee573a3a6298609d9751", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "e81f24cb88f725d8e09ad89289cd9611a27520403444ee573a3a6298609d9751", kill_on_drop: false }`
[INFO] [stdout] e81f24cb88f725d8e09ad89289cd9611a27520403444ee573a3a6298609d9751
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+28f95933dc0727396c07b48d0a8cb5211b7fb472" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] 2eb4a51386881e02d38af248fcdce1d62f8b14d4b4b4b767ae0366ae0b293bdc
[INFO] running `Command { std: "docker" "start" "-a" "2eb4a51386881e02d38af248fcdce1d62f8b14d4b4b4b767ae0366ae0b293bdc", kill_on_drop: false }`
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.13s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/litelease-df576178db87e973)
[INFO] [stdout] 
[INFO] [stdout] running 35 tests
[INFO] [stdout] test tests::open_does_not_bootstrap_implicitly ... ok
[INFO] [stdout] test tests::sql_functions_require_explicit_bootstrap ... ok
[INFO] [stdout] test tests::bootstrap_is_explicit_and_idempotent ... ok
[INFO] [stdout] test tests::borrowed_mutators_work_inside_savepoint_context ... ok
[INFO] [stdout] test tests::transaction::dropping_transaction_handle_without_commit_rolls_back ... ok
[INFO] [stdout] test tests::sql_bootstrap_is_explicit_and_idempotent ... ok
[INFO] [stdout] test tests::borrowed_multi_mutator_rollback_together_inside_explicit_transaction ... ok
[INFO] [stdout] test tests::borrowed_mutators_preserve_lease_semantics_inside_explicit_transaction ... ok
[INFO] [stdout] test tests::borrowed_claim_rolls_back_with_explicit_transaction ... ok
[INFO] [stdout] test tests::sql_full_lease_cycle_matches_expected_return_shapes ... ok
[INFO] [stdout] test tests::borrowed_multi_mutator_commit_together_inside_explicit_transaction ... ok
[INFO] [stdout] test tests::sql_and_rust_preserve_monotonic_fencing_tokens ... ok
[INFO] [stdout] test tests::transaction::savepoint_commit_then_outer_rollback_discards_changes ... ok
[INFO] [stdout] test tests::sql_claim_is_visible_to_wrapper_on_separate_connection ... ok
[INFO] [stdout] test tests::borrowed_claim_and_renew_commit_with_explicit_transaction ... ok
[INFO] [stdout] test tests::transaction::savepoint_handle_renew_extends_existing_lease ... ok
[INFO] [stdout] test tests::fencing_token_stays_monotonic_across_wrapper_and_core ... ok
[INFO] [stdout] test tests::core_claim_is_visible_to_wrapper_on_separate_connection ... ok
[INFO] [stdout] test tests::transaction::savepoint_handle_release_clears_live_owner ... ok
[INFO] [stdout] test tests::transaction::savepoint_handle_rollback_discards_lease_mutation ... ok
[INFO] [stdout] test tests::transaction::transaction_handle_inspect_returns_live_lease ... ok
[INFO] [stdout] test tests::transaction::transaction_handle_commit_is_visible_to_fresh_connection ... ok
[INFO] [stdout] test tests::wrapper_ttl_rejection_matches_core ... ok
[INFO] [stdout] test tests::transaction::transaction_handle_renew_extends_existing_lease ... ok
[INFO] [stdout] test tests::transaction::transaction_handle_rolls_back_business_write_and_lease_mutation ... ok
[INFO] [stdout] test tests::transaction::transaction_handle_multiple_mutators_rollback_together ... ok
[INFO] [stdout] test tests::transaction::savepoint_handle_commit_persists_after_outer_commit ... ok
[INFO] [stdout] test tests::transaction::transaction_handle_multiple_mutators_commit_together ... ok
[INFO] [stdout] test tests::wrapper_claim_is_visible_to_sql_on_separate_connection ... ok
[INFO] [stdout] test tests::wrapper_claim_is_visible_to_core_on_separate_connection ... ok
[INFO] [stdout] test tests::wrapper_performs_full_lease_cycle ... ok
[INFO] [stdout] test tests::wrapper_methods_fail_cleanly_before_bootstrap ... ok
[INFO] [stdout] test tests::transaction::transaction_handle_preserves_lease_semantics ... ok
[INFO] [stdout] test tests::transaction::transaction_handle_commits_business_write_and_lease_mutation ... ok
[INFO] [stdout] test tests::transaction::savepoint_commit_is_visible_to_fresh_connection_after_outer_commit ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 35 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.18s
[INFO] [stdout] 
[INFO] [stderr]      Running tests/extension_load.rs (/opt/rustwide/target/debug/deps/extension_load-3169180482ff9c32)
[INFO] [stdout] 
[INFO] [stdout] running 2 tests
[INFO] [stderr]    Compiling prettyplease v0.2.37
[INFO] [stderr]    Compiling syn v2.0.117
[INFO] [stderr]    Compiling proc-macro2 v1.0.106
[INFO] [stderr]    Compiling unicode-ident v1.0.24
[INFO] [stderr]    Compiling quote v1.0.45
[INFO] [stderr]    Compiling prettyplease v0.2.37
[INFO] [stderr]    Compiling pkg-config v0.3.33
[INFO] [stderr]    Compiling vcpkg v0.2.15
[INFO] [stderr]    Compiling foldhash v0.2.0
[INFO] [stderr]    Compiling thiserror v2.0.18
[INFO] [stderr]    Compiling bitflags v2.11.1
[INFO] [stderr]    Compiling fallible-iterator v0.3.0
[INFO] [stderr]    Compiling smallvec v1.15.1
[INFO] [stderr]    Compiling fallible-streaming-iterator v0.1.9
[INFO] [stderr]    Compiling hashbrown v0.16.1
[INFO] [stderr]    Compiling syn v2.0.117
[INFO] [stderr]    Compiling hashlink v0.11.0
[INFO] [stderr]    Compiling thiserror-impl v2.0.18
[INFO] [stderr]    Compiling libsqlite3-sys v0.37.0
[INFO] [stderr]    Compiling rusqlite v0.39.0
[INFO] [stderr]    Compiling libsqlite3-sys v0.37.0
[INFO] [stderr]    Compiling thiserror-impl v2.0.18
[INFO] [stderr]    Compiling thiserror v2.0.18
[INFO] [stderr]    Compiling rusqlite v0.39.0
[INFO] [stderr]    Compiling litelease-core v0.1.0 (/opt/rustwide/workdir/litelease-core)
[INFO] [stderr]    Compiling litelease-extension v0.1.0 (/opt/rustwide/workdir/litelease-extension)
[INFO] [stderr]    Compiling litelease-core v0.1.0 (/opt/rustwide/workdir/litelease-core)
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 15.34s
[INFO] [stdout] test loadable_extension_registers_all_litelease_functions ... ok
[INFO] [stderr]    Compiling litelease-extension v0.1.0 (/opt/rustwide/workdir/litelease-extension)
[INFO] [stderr]     Finished `release` profile [optimized] target(s) in 17.49s
[INFO] [stdout] test release_extension_artifact_loads_full_smoke_path ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 17.60s
[INFO] [stdout] 
[INFO] [stderr]      Running tests/pragma_matrix.rs (/opt/rustwide/target/debug/deps/pragma_matrix-7301cf86b87f371f)
[INFO] [stdout] 
[INFO] [stdout] running 4 tests
[INFO] [stdout] test wrapper_bootstrap_leaves_persistent_pragmas_alone ... ok
[INFO] [stdout] test wrapper_savepoint_claim_leaves_persistent_pragmas_alone ... ok
[INFO] [stdout] test wrapper_transaction_claim_leaves_persistent_pragmas_alone ... ok
[INFO] [stdout] test wrapper_borrowed_claim_leaves_pragmas_alone ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 4 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.09s
[INFO] [stdout] 
[INFO] [stderr]      Running tests/public_stress.rs (/opt/rustwide/target/debug/deps/public_stress-4e26d20f44370453)
[INFO] [stdout] 
[INFO] [stdout] running 4 tests
[INFO] [stdout] test public_stress_release_shaped_sql_smoke_repeats_cleanly ... ok
[INFO] [stdout] test public_stress_repeated_caller_owned_transaction_atomic_visibility ... ok
[INFO] [stdout] test public_stress_repeated_wrapper_lifecycle_busy_renew_release_and_reclaim ... ok
[INFO] [stderr]      Running tests/sqlite_matrix.rs (/opt/rustwide/target/debug/deps/sqlite_matrix-be1e1ce4858b93e6)
[INFO] [stdout] test public_stress_repeated_sql_expiry_and_wrapper_sql_visibility ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 4 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 2.32s
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] running 5 tests
[INFO] [stdout] test wrapper_transaction_claims_writer_intent_up_front ... ok
[INFO] [stdout] test litelease_ref_deferred_begin_mirrors_core_lock_upgrade_behavior ... ok
[INFO] [stdout] test wrapper_typed_savepoint_commit_participates_in_transaction_boundary ... ok
[INFO] [stdout] test litelease_ref_autocommit_live_lease_returns_lease_busy_in_wal_journal ... ok
[INFO] [stdout] test litelease_ref_savepoint_participates_in_caller_owned_boundary ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.02s
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] running 7 tests
[INFO] [stderr]      Running tests/user_journeys.rs (/opt/rustwide/target/debug/deps/user_journeys-39ebc42cf6fe465a)
[INFO] [stdout] test user_journey_007_drifted_schema_fails_loudly ... ok
[INFO] [stdout] test user_journey_001_bootstrap_and_first_claim ... ok
[INFO] [stdout] test user_journey_002_second_caller_sees_busy ... ok
[INFO] [stdout] test user_journey_006_caller_owned_transaction_atomic_visibility ... ok
[INFO] [stdout] test user_journey_004_expiry_then_reclaim_increments_token ... ok
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/litelease_core-b4d33aced7405704)
[INFO] [stdout] test user_journey_005_cross_surface_interop ... ok
[INFO] [stdout] test user_journey_003_release_then_reclaim_increments_token ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 7 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.04s
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] running 27 tests
[INFO] [stdout] test tests::attached_sql_functions_cover_bootstrap_and_full_lease_cycle ... ok
[INFO] [stdout] test tests::first_claim_acquires_lease ... ok
[INFO] [stdout] test tests::bootstrap_is_idempotent ... ok
[INFO] [stdout] test tests::non_positive_ttl_is_rejected ... ok
[INFO] [stdout] test tests::expired_claim_takeover_succeeds_and_increments_token ... ok
[INFO] [stdout] test tests::multiple_sql_mutators_rollback_together_inside_explicit_transaction ... ok
[INFO] [stdout] test tests::in_tx_helpers_reject_autocommit_connections ... ok
[INFO] [stdout] test tests::inspect_returns_none_for_absent_resource ... ok
[INFO] [stdout] test tests::mutating_sql_helpers_rollback_with_explicit_transaction ... ok
[INFO] [stdout] test tests::release_succeeds_for_current_owner ... ok
[INFO] [stdout] test tests::mutating_sql_helpers_commit_with_explicit_transaction ... ok
[INFO] [stdout] test tests::inspect_returns_none_for_released_resource ... ok
[INFO] [stdout] test tests::multiple_sql_mutators_commit_together_inside_explicit_transaction ... ok
[INFO] [stdout] test tests::inspect_returns_none_for_expired_resource ... ok
[INFO] [stdout] test tests::renew_does_not_shorten_existing_lease ... ok
[INFO] [stdout] test tests::second_claim_while_valid_is_rejected ... ok
[INFO] [stdout] test tests::released_resource_can_be_claimed_again_without_resetting_token ... ok
[INFO] [stdout] test tests::release_fails_for_non_owner ... ok
[INFO] [stdout] test tests::renew_fails_for_expired_lease ... ok
[INFO] [stdout] test tests::sql_read_helpers_work_inside_explicit_transaction ... ok
[INFO] [stdout] test tests::renew_fails_for_non_owner ... ok
[INFO] [stdout] test tests::renew_succeeds_for_current_owner ... ok
[INFO] [stdout] test tests::sql_mutators_work_inside_savepoint_context ... ok
[INFO] [stdout] test tests::sql_mutators_preserve_lease_semantics_inside_explicit_transaction ... ok
[INFO] [stdout] test tests::deferred_sql_transactions_surface_busy_under_writer_contention ... ok
[INFO] [stdout] test tests::multiple_connections_share_live_lease_state ... ok
[INFO] [stdout] test tests::multiple_connections_allow_expired_handoff ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 27 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.05s
[INFO] [stdout] 
[INFO] [stderr]      Running tests/integrity.rs (/opt/rustwide/target/debug/deps/integrity-3fb0908f51e9eef3)
[INFO] [stdout] 
[INFO] [stdout] running 32 tests
[INFO] [stdout] test claim_rejects_ttl_overflow_at_i64_boundary ... ok
[INFO] [stdout] test bootstrap_rejects_table_missing_required_column ... ok
[INFO] [stdout] test bootstrap_rejects_table_with_wrong_primary_key ... ok
[INFO] [stdout] test bootstrap_inside_caller_owned_transaction_is_valid ... ok
[INFO] [stdout] test bootstrap_rejects_table_with_swapped_column_order ... ok
[INFO] [stdout] test bootstrap_rejects_table_without_pair_check ... ok
[INFO] [stdout] test bootstrap_is_idempotent_on_valid_schema ... ok
[INFO] [stdout] test claim_rejects_zero_ttl ... ok
[INFO] [stdout] test bootstrap_rejects_table_with_wrong_nullability ... ok
[INFO] [stdout] test claim_rejects_negative_ttl ... ok
[INFO] [stdout] test bootstrap_rejects_affinity_compatible_but_text_different_type ... ok
[INFO] [stdout] test bootstrap_rejects_table_without_token_check ... ok
[INFO] [stdout] test bootstrap_rejects_table_with_extra_column ... ok
[INFO] [stdout] test bootstrap_creates_fresh_schema_when_table_absent ... ok
[INFO] [stdout] test bootstrap_preserves_existing_live_lease ... ok
[INFO] [stdout] test claim_rejects_row_with_invalid_state ... ok
[INFO] [stdout] test claim_takeover_fails_at_token_max_without_mutating_row ... ok
[INFO] [stdout] test claim_takeover_at_token_max_minus_one_succeeds_to_max ... ok
[INFO] [stdout] test inspect_rejects_row_with_owner_but_no_expiry ... ok
[INFO] [stdout] test renew_rejects_zero_ttl ... ok
[INFO] [stdout] test inspect_rejects_row_with_zero_token ... ok
[INFO] [stdout] test inspect_rejects_row_with_expiry_but_no_owner ... ok
[INFO] [stdout] test release_rejects_row_with_invalid_state ... ok
[INFO] [stdout] test renew_rejects_negative_ttl ... ok
[INFO] [stdout] test renew_rejects_row_with_invalid_state ... ok
[INFO] [stdout] test renew_rejects_ttl_overflow_at_i64_boundary ... ok
[INFO] [stdout] test round_trip_empty_strings ... ok
[INFO] [stdout] test round_trip_punctuation_and_sql_shaped_strings ... ok
[INFO] [stdout] test round_trip_unicode_and_combining_marks ... ok
[INFO] [stdout] test round_trip_strings_with_newlines_and_tabs ... ok
[INFO] [stdout] test round_trip_long_4kib_utf8_string ... ok
[INFO] [stdout] test round_trip_whitespace_only_strings ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 32 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.17s
[INFO] [stdout] 
[INFO] [stderr]      Running tests/invariants.rs (/opt/rustwide/target/debug/deps/invariants-18b0b28de6cae8d4)
[INFO] [stdout] 
[INFO] [stdout] running 2 tests
[INFO] [stdout] test fixed_sequence_exercises_full_lifecycle ... ok
[INFO] [stdout] test generated_invariants_hold_across_seeds ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 39.67s
[INFO] [stdout] 
[INFO] [stderr]      Running tests/pragma_matrix.rs (/opt/rustwide/target/debug/deps/pragma_matrix-cfe2fd3397218185)
[INFO] [stdout] 
[INFO] [stdout] running 6 tests
[INFO] [stdout] test sql_savepoint_claim_leaves_pragmas_alone ... ok
[INFO] [stdout] test sql_autocommit_claim_leaves_pragmas_alone ... ok
[INFO] [stdout] test core_bootstrap_leaves_pragmas_alone ... ok
[INFO] [stdout] test sql_bootstrap_leaves_pragmas_alone ... ok
[INFO] [stdout] test core_in_tx_claim_leaves_pragmas_alone ... ok
[INFO] [stderr]      Running tests/sqlite_matrix.rs (/opt/rustwide/target/debug/deps/sqlite_matrix-9185003347e4a476)
[INFO] [stdout] test core_autocommit_claim_leaves_pragmas_alone ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 6 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.09s
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] running 15 tests
[INFO] [stdout] test core_begin_immediate_takes_writer_intent_before_litelease_mutation ... ok
[INFO] [stdout] test sql_deferred_begin_lock_upgrade_returns_sqlite_lock_class ... ok
[INFO] [stdout] test core_busy_timeout_zero_fails_immediately_under_writer_contention ... ok
[INFO] [stdout] test core_deferred_begin_lock_upgrade_returns_sqlite_lock_class_in_delete_journal ... ok
[INFO] [stdout] test sql_begin_immediate_takes_writer_intent_before_litelease_mutation ... ok
[INFO] [stdout] test core_deferred_begin_renew_in_tx_lock_upgrade_returns_sqlite_lock_class ... ok
[INFO] [stdout] test core_deferred_begin_lock_upgrade_returns_sqlite_lock_class_in_wal_journal ... ok
[INFO] [stdout] test sql_autocommit_live_lease_returns_lease_busy_in_delete_journal ... ok
[INFO] [stdout] test core_autocommit_live_lease_returns_lease_busy_in_delete_journal ... ok
[INFO] [stdout] test core_savepoint_inside_outer_transaction_participates_without_nested_begin ... ok
[INFO] [stdout] test core_autocommit_live_lease_returns_lease_busy_in_wal_journal ... ok
[INFO] [stdout] test sql_savepoint_inside_outer_transaction_participates_without_nested_begin ... ok
[INFO] [stdout] test sql_autocommit_live_lease_returns_lease_busy_in_wal_journal ... ok
[INFO] [stdout] test core_busy_timeout_nonzero_fails_after_bounded_wait_under_writer_contention ... ok
[INFO] [stdout] test core_deferred_begin_release_in_tx_lock_upgrade_returns_sqlite_lock_class ... ok
[INFO] [stdout] 
[INFO] [stderr]    Doc-tests litelease
[INFO] [stdout] test result: ok. 15 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.28s
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] running 1 test
[INFO] [stdout] test packages/litelease/src/lib.rs - (line 14) ... FAILED
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout] 
[INFO] [stdout] ---- packages/litelease/src/lib.rs - (line 14) stdout ----
[INFO] [stdout] Test executable failed (exit status: 101).
[INFO] [stdout] 
[INFO] [stdout] stderr:
[INFO] [stdout] 
[INFO] [stdout] thread 'main' (855) panicked at packages/litelease/src/lib.rs:21:54:
[INFO] [stdout] called `Result::unwrap()` on an `Err` value: Sqlite(SqliteFailure(Error { code: CannotOpen, extended_code: 14 }, Some("unable to open database file: app.sqlite3")))
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x55886a53d438 - std[d054f6f42beb1baa]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x55886a53d438 - std[d054f6f42beb1baa]::backtrace_rs::backtrace::trace_unsynchronized::<std[d054f6f42beb1baa]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x55886a53d438 - std[d054f6f42beb1baa]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x55886a53d438 - <<std[d054f6f42beb1baa]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[5a1c3e9896636f3a]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x55886a55062a - <core[5a1c3e9896636f3a]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x55886a55062a - core[5a1c3e9896636f3a]::fmt::write
[INFO] [stdout]    6:     0x55886a541102 - std[d054f6f42beb1baa]::io::default_write_fmt::<std[d054f6f42beb1baa]::sys::stdio::unix::Stderr>
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/io/mod.rs:622:11
[INFO] [stdout]    7:     0x55886a541102 - <std[d054f6f42beb1baa]::sys::stdio::unix::Stderr as std[d054f6f42beb1baa]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/io/mod.rs:1977:13
[INFO] [stdout]    8:     0x55886a528cb6 - <std[d054f6f42beb1baa]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x55886a528cb6 - std[d054f6f42beb1baa]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x55886a539771 - std[d054f6f42beb1baa]::panicking::default_hook
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/panicking.rs:319:9
[INFO] [stdout]   11:     0x55886a53992b - std[d054f6f42beb1baa]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/panicking.rs:825:13
[INFO] [stdout]   12:     0x55886a528d72 - std[d054f6f42beb1baa]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/panicking.rs:698:13
[INFO] [stdout]   13:     0x55886a520a69 - std[d054f6f42beb1baa]::sys::backtrace::__rust_end_short_backtrace::<std[d054f6f42beb1baa]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   14:     0x55886a5295dd - __rustc[7ab284efd7f33ea8]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/panicking.rs:689:5
[INFO] [stdout]   15:     0x55886a550d4c - core[5a1c3e9896636f3a]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/core/src/panicking.rs:80:14
[INFO] [stdout]   16:     0x55886a550b22 - core[5a1c3e9896636f3a]::result::unwrap_failed
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/core/src/result.rs:1872:5
[INFO] [stdout]   17:     0x55886a39454b - rust_out[b843b8eaa9a15723]::main
[INFO] [stdout]   18:     0x55886a395a73 - <fn() as core[5a1c3e9896636f3a]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]   19:     0x55886a3943c6 - std[d054f6f42beb1baa]::sys::backtrace::__rust_begin_short_backtrace::<fn(), ()>
[INFO] [stdout]   20:     0x55886a3944b9 - std[d054f6f42beb1baa]::rt::lang_start::<()>::{closure#0}
[INFO] [stdout]   21:     0x55886a538f17 - <&dyn core[5a1c3e9896636f3a]::ops::function::Fn<(), Output = i32> + core[5a1c3e9896636f3a]::panic::unwind_safe::RefUnwindSafe + core[5a1c3e9896636f3a]::marker::Sync as core[5a1c3e9896636f3a]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/core/src/ops/function.rs:287:21
[INFO] [stdout]   22:     0x55886a538f17 - std[d054f6f42beb1baa]::panicking::catch_unwind::do_call::<&dyn core[5a1c3e9896636f3a]::ops::function::Fn<(), Output = i32> + core[5a1c3e9896636f3a]::panic::unwind_safe::RefUnwindSafe + core[5a1c3e9896636f3a]::marker::Sync, i32>
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/panicking.rs:581:40
[INFO] [stdout]   23:     0x55886a538f17 - std[d054f6f42beb1baa]::panicking::catch_unwind::<i32, &dyn core[5a1c3e9896636f3a]::ops::function::Fn<(), Output = i32> + core[5a1c3e9896636f3a]::panic::unwind_safe::RefUnwindSafe + core[5a1c3e9896636f3a]::marker::Sync>
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/panicking.rs:544:19
[INFO] [stdout]   24:     0x55886a538f17 - std[d054f6f42beb1baa]::panic::catch_unwind::<&dyn core[5a1c3e9896636f3a]::ops::function::Fn<(), Output = i32> + core[5a1c3e9896636f3a]::panic::unwind_safe::RefUnwindSafe + core[5a1c3e9896636f3a]::marker::Sync, i32>
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/panic.rs:359:14
[INFO] [stdout]   25:     0x55886a538f17 - std[d054f6f42beb1baa]::rt::lang_start_internal::{closure#0}
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/rt.rs:175:24
[INFO] [stdout]   26:     0x55886a538f17 - std[d054f6f42beb1baa]::panicking::catch_unwind::do_call::<std[d054f6f42beb1baa]::rt::lang_start_internal::{closure#0}, isize>
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/panicking.rs:581:40
[INFO] [stdout]   27:     0x55886a538f17 - std[d054f6f42beb1baa]::panicking::catch_unwind::<isize, std[d054f6f42beb1baa]::rt::lang_start_internal::{closure#0}>
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/panicking.rs:544:19
[INFO] [stdout]   28:     0x55886a538f17 - std[d054f6f42beb1baa]::panic::catch_unwind::<std[d054f6f42beb1baa]::rt::lang_start_internal::{closure#0}, isize>
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/panic.rs:359:14
[INFO] [stdout]   29:     0x55886a538f17 - std[d054f6f42beb1baa]::rt::lang_start_internal
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/rt.rs:171:5
[INFO] [stdout]   30:     0x55886a3943b1 - std[d054f6f42beb1baa]::rt::lang_start::<()>
[INFO] [stdout]   31:     0x55886a395b25 - main
[INFO] [stdout]   32:     0x7e807a5021ca - <unknown>
[INFO] [stdout]   33:     0x7e807a50228b - __libc_start_main
[INFO] [stdout]   34:     0x55886a393d75 - _start
[INFO] [stdout]   35:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout]     packages/litelease/src/lib.rs - (line 14)
[INFO] [stdout] 
[INFO] [stdout] test result: FAILED. 0 passed; 1 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.59s
[INFO] [stdout] 
[INFO] [stderr] error: doctest failed, to rerun pass `-p litelease --doc`
[INFO] running `Command { std: "docker" "inspect" "2eb4a51386881e02d38af248fcdce1d62f8b14d4b4b4b767ae0366ae0b293bdc", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "2eb4a51386881e02d38af248fcdce1d62f8b14d4b4b4b767ae0366ae0b293bdc", kill_on_drop: false }`
[INFO] [stdout] 2eb4a51386881e02d38af248fcdce1d62f8b14d4b4b4b767ae0366ae0b293bdc
